/*  NOMBRE ARCHIVO : css_divalertas.css*/
/*  DESCRIPCION: Clases para div que muestra la informacion de la alerta  */
/*  sera llamada donde aparezcan alertas */
/*  FECHA DE CREACION: 08/11/2007 */
/*  ULTIMA MODIFICACION: 09/11/2007 */

.tooltip , .tooltipRight,.tooltipVinc{
   width:250px; 
	position:absolute; 
	background:url(../imagenes_Consulta/iconos/tips_top.gif) left top no-repeat; 
	padding: 10px 0px 0px 0px;
	color: #757771;
	font-size: 10pt;
}

.tooltipVinc{
    width: 150px;
}

.tooltip .info, .tooltipVinc .info{
   width:249px; 
	background:#FFC; 
	border-left:1px solid #ff9933; /*#757771*/
	border-bottom:1px solid #ff9933; 
	border-right:1px solid #ff9933; 
	border-top:none; 
	padding:10px 0 10px 0;
}

.tooltipVinc .info{
    width:149px; 
}

.tooltip .info p, .tooltipVinc .info p{
	margin: auto 5px;
}

.tooltipRight{
   background:url(../imagenes_Consulta/iconos/tips_top_right.gif) right top no-repeat; 
}

.tooltipRight .info{
   width:249px; 
	background:#FFC; 
	border-left:1px solid #ff9933; 
	border-bottom:1px solid #ff9933; 
	border-right:1px solid #ff9933; 
	border-top:none; 
	padding:10px 0 10px 0;
}

.tooltipRight .info p{
	margin: auto 5px;
}

.tooltipRight .info table{
    width: 100%;
}

.tooltipRight .info .linkRes{
    text-align:right;
	margin: 2px 0 4px 0;
}

.tooltipRight .info .linkRes a{
    color:#336699;
	margin-right: 4px;
}

/*tabla de textos refundidos*/
.margentabla{
    margin-top: 15px;
    margin-left: 8px;
    margin-right: 10px;
    border: solid #999999;
    border-width:1px 0px 1px 1px  ;
    font-family: Tahoma;
    font-size: 10px;
}

/* formato de lista para seleccionar */
.arevisar{
    margin : 4px;
    }
.arevisar td{
     margin:5px;
    padding:2px;
}
.arevisar td a{
    color:#336699;
}

/*tamaño de divs para textos refundidos*/
#divtextRef{
    width:600px;
}
#inftextref{
    width:598px;
}

.divResumenes{
	position:absolute; 
	border:1px solid #ff9933;
	width:300px; 
} 

/*
 clases para ventana de refundidos
 */
 
.divRefundidos{
	position:absolute; 
	border:1px solid #ff9933; 
    width: 300px;
} 
 
.ventanaRefundidos{
	background-color: #FFC; 
    width: 100%;
    font-size: 8pt;
}

.ventanaRefundidos td{
	border-right:1px solid #ffffcc; 
}

.tituloRefu{
    color: #333333;
    text-transform: none;
    font-size: 9pt;
}

.listaRefundidos{
    position:absolute;
    border:1px solid #ff9933; 
    width: 460px;
}

.tblRefundidosRes{
    background-color: #FFC; 
    width: 100%;
    font-size: 8pt;
    color: #666666;
}

.tblRefundidosTit{
    background-color: #F4F4F4;
    border-bottom: 1px solid #B2B2B2;
    border-right: 1px solid #B2B2B2;
    border-top: 1px solid #B2B2B2;
    font-size: 9pt;
    padding-left: 5px;
}

.tblRefundidosDet{
    border-right: 1px solid #B2B2B2;    
    padding-left: 5px;
    padding-top: 3px;
    border-bottom: 1px dashed #B2B2B2;
    padding-bottom: 5px;
}


/*boton X */
.btncerrar{
    background: transparent url(../imagenes_Consulta/botones/bot_cerrar.jpg) no-repeat scroll 0px 50%;
    border: medium none;
    cursor: pointer;
    height: 11px;
    width: 11px;
    margin-right: 7px;
}